multi-process/README.md: postgres -> postgresql

Bruno Bigras 9 years ago
parent
commit
5dad952b28
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docker/multi-process/README.md

+ 1 - 1
docker/multi-process/README.md

@@ -27,7 +27,7 @@ There is an exported docker volume of /var/lib/mysql to allow persistence of tha
27 27
 
28 28
 Additionally, the database variables may be overridden from the above as per the standard Huginn documentation:
29 29
 
30
-    DATABASE_ADAPTER #(must be either 'postgres' or 'mysql2')
30
+    DATABASE_ADAPTER #(must be either 'postgresql' or 'mysql2')
31 31
     DATABASE_HOST
32 32
     DATABASE_PORT
33 33